home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / misc / ravail2.lha / RAvail.doc next >
Encoding:
Text File  |  1994-01-28  |  2.2 KB  |  77 lines

  1.  
  2. RAVAIL, Version 2.0. By Alex Craig
  3.  
  4.  
  5. Format:        RAVAIL [CHIP|FAST|AMIGA|RETINA|TOTAL]
  6.  
  7. Template:    CHIP/S,FAST/S,AMIGA/S,RETINA/S,TOTAL/S
  8.  
  9. Purpose:    To report the amount of CHIP, FAST, and RETINA
  10.         graphics memory available.  Requires Kickstart 2.04
  11.         or better.
  12.  
  13. Path:        Where every you want I guess.
  14.  
  15. Specification:
  16.  
  17.   RAVAIL gives a summary of the system much the same was as the standard
  18.   AmigaDOS AVAIL command does.  However, RAVAIL also provides information
  19.   about any memory present on a Retina Graphics display card if it is
  20.   present.  Details given where possible are the amount of free memory,
  21.   how much is currently in use, how much is installed, and the size of the
  22.   largest free chunk not yet allocated.
  23.  
  24.   By using one of the CHIP, FAST, AMIGA, RETINA, or TOTAL options you can
  25.   have RAVAIL display only the number of free bytes available of that type
  26.   of memory.  This is instead of a complete summary, and can be used in 
  27.   scripts, for example to see if there is enough free memory on a Retina
  28.   card to display a picture, or open a particular screen.
  29.  
  30.  
  31. Example 1:
  32.  
  33.     1> RAVAIL
  34.  
  35.     Type   Available Allocated Installed   Largest
  36.  
  37.     CHIP     1833808    259248   2093056   1823168
  38.     FAST    10756864   6020352  16777216  10519512
  39.     RETINA   2753280   1441024   4194304       n/a
  40.  
  41.     AMIGA   12590672   6279600  18870272  10519512
  42.     TOTAL   15343952   7720624  23064576       n/a
  43.  
  44.   A complete summary of the system RAM is displayed.
  45.  
  46. Example 2:
  47.  
  48.     1> RAVAIL RETINA
  49.     2753280
  50.  
  51.   The number of bytes of free Retina graphics memory is displayed.
  52.  
  53.  
  54. About RAVAIL:
  55.  
  56.   This little tool was written using SAS/C 6.3 on my A4000/040 with a 4 meg
  57.   Retina card.  I wrote it because I got fed up with having two separate 
  58.   memory statistic commands for two different types of memory.  It may not
  59.   provide all the functionality of the system AVAIL, but then how often do
  60.   you really use AVAIL FLUSH?!  I may however see if I can extend it to
  61.   a list of open Retina Screens, ala RETIAAVAIL.
  62.  
  63.   If you have any problems with this command please let me know.  I can be
  64.   reached on the InterNET via email at:
  65.  
  66.         eezer@dcs.warwick.ac.uk
  67.  
  68.   Or at home as:
  69.  
  70.         Alex Craig
  71.         5 Chatsworth Way
  72.         London SE27 9HR
  73.         ENGLAND
  74.  
  75.   Have fun and enjoy,
  76.             Alex...
  77.